home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grapevine 14
/
Grapevine 14 (Disk 2 of 3).adf
/
GVInstall.script
< prev
next >
Wrap
Text File
|
1990-09-13
|
853b
|
36 lines
; Grapevine Issue 14 HD Install Script (1.1)
alert "Grapevine Issue 14 HardDisk Install%c%cVersion 1.1a"
select "dh0:gv14"
space "2500" ; 2.5mb
message "Installing Grapevine into `%s/'"
mkdir "%s"
copyifno "Gv14a:Libs/reqtools.library" "dh0:libs/reqtools.library"
copy "GV14a:#?" "%s/"
copy "GV14b:#?" "%s/"
copy "GV14c:#?" "%s/"
openfile "%s/Grapevine14"
writetofile "assign gv14a: %s/"
writetofile "assign gv14b: %s/"
writetofile "assign gv14c: %s/"
writetofile "gv14a:gv14"
closefile ""
delete "%s/GV14.info"
delete "%s/HDInstall.info"
delete "%s/disk.info"
makeicon "%s/Grapevine14.info"
closemessage ""
alert "%cI Haven't installed any of the%cDEVS or L directories%cI assume you already have these%c"
alert "%cNone of the sources etc. have been installed%cYou know where they are if you need them!%c"
alert "%cInstall Complete%c"
end ""